
==========================================================================================
==========================================================================================

@ow]ALsW\

@1.@CXC

@2.@dݹCO

@3.@ùܹC

@4.@ws̷sC_x]w

@5.@[JCsi_x]w

@6.@dݱƦ榨Z - `ZƦ] - [J - C`

@7.@( sק )@ۦPơ@|H̪񪱪Ʀb̰ƦW

@@@H̦@ûƦb̰ƦW

==========================================================================================

@@@@}@l@ɡ@š@w@ˡ@

==========================================================================================

@Noɮפ@images/@@nkflash/ ӸƧWǨ׾ɮס@images/@

------------------------

@Noɮפ@plugins/@@nkflash.php@WǨ׾ɮס@plugins/@

------------------------

@Noɮפ@cache_nkflash_allgame.php@Ρ@cache_nkflash_new.php

@WǨ׾ɮס@forumdata/cache/@@ñNo 2 ɮס@ݩv] 777

------------------------

@Noɮפ@plugins.php@Ρ@nkflash_admin.php@

@nkflash/ Cɮ׸Ƨ@WǨ׾ɮ׮ڥؿ

------------------------

@ƨ@discuz_plugin_nkflash@eAx@Xi@׾´@ɤJ@ɤJƾ

==========================================================================================
------------------------------------------------------------------------------------------

--------------------------@bu|eʧ@ܡ@------------------------------------

@}@templates/default/actions.lang.php@ǥ[J

	230 => 'iJ Flash C',

===================================================================================

@YeLw˹L@sѤU FlashC_[J_CO@ݭnΥHUƾڮwɯ

@GY֩we_wˤɯŹL@]iΥHUɯ

@@( Yন\ɯšAܤwɯŹLAX{~Tɤβz| )

===================================================================================

DROP TABLE IF EXISTS cdb_nkflash_player;
CREATE TABLE cdb_nkflash_player (
  uid mediumint(8) unsigned NOT NULL default '0',
  timestamp int(10) unsigned NOT NULL default '0'
) TYPE=MyISAM;

CREATE TABLE cdb_nkflash_log (
  logid int(10) unsigned NOT NULL auto_increment,
  uid mediumint(8) unsigned NOT NULL default '0',
  game_id varchar(15) NOT NULL default '',
  game_title varchar(20) NOT NULL default '',
  fullmoney int(10) NOT NULL default '0',
  score varchar(20) NOT NULL default '',
  start_time int(10) unsigned NOT NULL default '0',
  dateline int(10) unsigned NOT NULL default '0',
  KEY logid (logid)
) TYPE=MyISAM;

==========================================================================================

@YeLץL@xs Level  xs CH _ ɯŭץ@ݭnΥHUƾڮwɯ

@GY֩we_ץL@]iΥHUɯ ( |vT )

==========================================================================================

ALTER TABLE `cdb_nkflash` CHANGE `played_times` `played_times` int(9) unsigned NOT NULL default '0';

ALTER TABLE `cdb_nkflash` CHANGE `level_1` `level_1` int(9) unsigned NOT NULL default '0';
ALTER TABLE `cdb_nkflash` CHANGE `level_2` `level_2` int(9) unsigned NOT NULL default '0';
ALTER TABLE `cdb_nkflash` CHANGE `level_3` `level_3` int(9) unsigned NOT NULL default '0';
ALTER TABLE `cdb_nkflash` CHANGE `level_4` `level_4` int(9) unsigned NOT NULL default '0';
ALTER TABLE `cdb_nkflash` CHANGE `level_5` `level_5` int(9) unsigned NOT NULL default '0';
ALTER TABLE `cdb_nkflash` CHANGE `level_6` `level_6` int(9) unsigned NOT NULL default '0';
ALTER TABLE `cdb_nkflash` CHANGE `level_7` `level_7` int(9) unsigned NOT NULL default '0';
ALTER TABLE `cdb_nkflash` CHANGE `level_8` `level_8` int(9) unsigned NOT NULL default '0';
ALTER TABLE `cdb_nkflash` CHANGE `level_9` `level_9` int(9) unsigned NOT NULL default '0';
ALTER TABLE `cdb_nkflash` CHANGE `level_10` `level_10` int(9) unsigned NOT NULL default '0';

==========================================================================================
@@@@@@@@@@
==========================================================================================






